字太多發動省略功能的 CSS 三兄弟


Posted by Rich on 2021-09-12

overflow: hidden; // 超出就隱藏
text-overflow: ellipsis; // 字超出就變 ...
white-space: nowrap; // 好像是不換行?

解釋還不保證 100% 對。但這三個真的好用。










Related Posts

如何使用 Python 學習機器學習(Machine Learning)

如何使用 Python 學習機器學習(Machine Learning)

程式導師計畫 4th / 前四週學習心得

程式導師計畫 4th / 前四週學習心得

[BE201] 後端中階:部署:Nginx + PM2

[BE201] 後端中階:部署:Nginx + PM2


Comments